Fix build w/ perfc after cset 11394:96a4379be74a
authorSteven Hand <steven@xensource.com>
Fri, 1 Sep 2006 11:07:39 +0000 (12:07 +0100)
committerSteven Hand <steven@xensource.com>
Fri, 1 Sep 2006 11:07:39 +0000 (12:07 +0100)
Signed-off-by: Steven Hand <steven@xensource.com>
xen/common/perfc.c

index 73e6189ac008d1c09dd16991bdfe0ea83b5ee2f8..1903ef2f4e667fa93580a342e084965724ba955e 100644 (file)
@@ -136,8 +136,8 @@ static xen_sysctl_perfc_desc_t perfc_d[NR_PERFCTRS];
 static xen_sysctl_perfc_val_t *perfc_vals;
 static int               perfc_nbr_vals;
 static int               perfc_init = 0;
-static int perfc_copy_info(XEN_GUEST_HANDLE_64(xen_sysctl_perfc_desc_t) desc,
-                           XEN_GUEST_HANDLE_64(xen_sysctl_perfc_val_t) val)
+static int perfc_copy_info(XEN_GUEST_HANDLE(xen_sysctl_perfc_desc_t) desc,
+                           XEN_GUEST_HANDLE(xen_sysctl_perfc_val_t) val)
 {
     unsigned int i, j;
     unsigned int v = 0;